+
Show TOC
×
Hide TOC
All constants
onAVConnectionError
RedBoxCastEvent
public static constant property (event handler)
Dispatched when the connection to Red5 server can't be established.
onAVConnectionError
RedBoxChatEvent
public static constant property (event handler)
Dispatched when the connection to Red5 server can't be established.
onAVConnectionError
RedBoxClipEvent
public static constant property (event handler)
Dispatched when the connection to Red5 server can't be established.
onAVConnectionInited
RedBoxCastEvent
public static constant property (event handler)
Dispatched when the connection to Red5 server has been established.
onAVConnectionInited
RedBoxChatEvent
public static constant property (event handler)
Dispatched when the connection to Red5 server has been established.
onAVConnectionInited
RedBoxClipEvent
public static constant property (event handler)
Dispatched when the connection to Red5 server has been established.
onChatRefused
public static constant property (event handler)
Dispatched when an a/v chat request has been refused by the recipient.
onChatRequest
public static constant property (event handler)
Dispatched when an a/v chat request is received.
onChatStarted
public static constant property (event handler)
Dispatched when an a/v chat session is started, after the recipient accepted the requester's invitation.
onChatStopped
public static constant property (event handler)
Dispatched when an a/v chat session is stopped.
onClipAdded
public static constant property (event handler)
Dispatched when a new a/v clip has been submitted by one of the users in the current zone.
onClipDeleted
public static constant property (event handler)
Dispatched when an a/v clip has been deleted by one of the users in the current zone.
onClipList
public static constant property (event handler)
Dispatched when clips list is returned, in response to a
AVClipManager.getClipList
request.
onClipRecordingStarted
public static constant property (event handler)
Dispatched when the recording af an a/v clip starts, in response to a
AVClipManager.startClipRecording
request.
onClipSubmissionFailed
public static constant property (event handler)
Dispatched when an error occurs in the RedBox server-side extension after submitting an a/v clip.
onClipUpdated
public static constant property (event handler)
Dispatched when the properties of an a/v clip have been updated by one of the users in the current zone.
onDuplicateRequest
public static constant property (event handler)
Dispatched when a chat request is sent, but a mutual request has already been sent by the recipient.
onLiveCastPublished
public static constant property (event handler)
Dispatched when a user in the current room published his own live stream.
onLiveCastUnpublished
public static constant property (event handler)
Dispatched when a user in the current room stops his own live stream.
onRecipientMissing
public static constant property (event handler)
Dispatched when a chat request is sent, but the recipient is not available.
REQ_TYPE_RECEIVE
public static constant property
Audio/video chat request type: "stream from recipient to requester".
REQ_TYPE_SEND
public static constant property
Audio/video chat request type: "stream from requester to recipient".
REQ_TYPE_SEND_RECEIVE
public static constant property
Audio/video chat request type: "bi-directional stream".
STATUS_ACCEPTED
public static constant property
Chat session status: "accepted".
STATUS_ACTIVE
public static constant property
Chat session status: "active".
STATUS_PENDING
public static constant property
Chat session status: "pending".